home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / wtjmarch.zip / DDEBMP.ZIP / FILEBMP.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-12-18  |  3KB  |  87 lines

  1. DDE BMP Server
  2. Form1
  3. Drive1
  4. FileList
  5. FName
  6. (none)
  7. Drive1_Change 
  8. Dir1_Change
  9. File1_Click,
  10. Dir1e
  11. Drive1
  12. Drive
  13. File1
  14.     ListCount
  15.     ListIndexJ
  16. File1_DblClickE
  17. Form_Click
  18. @    Form_Load
  19. PatternC
  20. Picture1_Click
  21. Picture1V
  22. PictureO
  23. FileName
  24. Picture1_Change
  25.     DDEServer
  26.     LinkTopic
  27. Form_LinkOpen
  28. Cancel
  29. LinkModes
  30.     ServerBMP
  31. Text1
  32. LinkItem
  33. ServerBMP_Click
  34. ServerBMP_LinkOpen
  35.     BMP_Click
  36. BMP_LinkOpen
  37. Form_LinkError
  38. LinkErra
  39. Form_LinkExecute
  40. CmdStr
  41. Form_LinkClose
  42. Label1_ClickN
  43. BMP_Change
  44. FName
  45. Caption
  46. FNmae=
  47. FName_Click
  48. FileList
  49. FileList_Click
  50. FileList_DblClick
  51. Command1_Click.
  52. DblClick
  53. LoadFile
  54. FileLoad
  55. FNameUpdate
  56. false
  57. FileList_PathChange
  58. Drive1_Change
  59. User selected new disk drive...tell the dir controlt
  60. Dir1_Change
  61.  User selected a new directory...tell the FileList control
  62. Form_Load
  63. *.BMP"
  64.  Only see BMP filese
  65.  Setup to be a server with the topic DDE
  66. Form_LinkClose
  67.  The DDE link closed so disappearp
  68. FileList_DblClick
  69.  User has specifically selected a new file...e
  70.  grab the new BMP and put it in the picture controlt
  71. FNameUpdate
  72.  Either the user or the DDE link updated the filename...
  73.  so update the (hidden) fname control caption with...h
  74.  the new name and grab the BMP into the picturet
  75. Form_LinkExecute
  76.  The DDE client asked for the next BMP file in the...e
  77.  directory. Since that is the only possible command...
  78.  there is no need to check the CmdStrs
  79.  Tell the client okayl
  80.  Check to make sure there are files to work with...h
  81.  and then move to the next one, wrapping to the...
  82.  beginning of the list when at the end
  83. FileList_PathChange
  84.  User has changed the path for the file list...t
  85.  update the index and count and grab a new BMP if thereh
  86.  is one in the directory
  87.